home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Online Today 2000 January
/
Onto0100.iso
/
pc
/
Browser
/
Web-Fix
/
Web-Fix Installer.exe
/
Main
/
KromoCursors.k
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-08
|
259 b
|
14 lines
module oKromoCursorList is cCursorList
has
InitializeRuntime(theRuntime)
do
theRuntime.BusyCursor := oBusyCursor;
theRuntime.InCursor := oFingerCursor;
theRuntime.OutCursor := oDontCursor;
end;
with
URL is "./KromoCursors.pic";
Items is [
];
end;